/* redisign 18-11 */

.utp-main {
    padding: 0;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.utp-item {
    list-style-type: disc;
    padding-left: 10px;
}

.utp-item::marker {
    color: #fff;
    background-color: #fff;
}

.utp-text {
    color: white;
    text-shadow: 0px 4px 4px 0px #00000040;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.btn, .model__benefits > * {
    margin-top: 30px;
}

.navigation {
    top: 116px;
}

.banner__inner {
    padding-top: 4%;
}

.banner .timer {
    position: absolute;
    max-width: none;
    width: 100vw;
    bottom: 0;
    z-index: 2;
    background: #001e50;
    border-radius: 0;
    padding: 5px 128px 5px 28px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
}

.timer
.container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.timer__title {
    font-size: 22px;
    display: block;
    margin-right: 25px;
}

.time {
    margin-left: 10px;
}

.main-finance-page__column__grid {
    align-items: center;
}

.desk-hide {
    display: none;
}

.mob-hide {
    display: block;
}

@media (max-width: 639px) {
    .desk-hide {
    display: block;
}

.mob-hide {
    display: none;
}


    .banner .timer {
        display: none;
    }

    .banner__title {
        font-size: 20px;
        font-weight: 700;
        line-height: 20px;
        text-align: left;
        padding-bottom: 0;
    }

    .utp-text {
        font-size: 10px;
        font-weight: 500;
        line-height: 10px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .timer__title {
        margin-right: 0;
    }

    .utp-main {
        gap: 0;
    }

    .utp-item {
        padding-left: 0;
    }
    
    .main-finance-page__title > span {
        font-size: 16px;
    }
}